/* See OpenContent - Template - Card Landscape for additional CSS rules. */

.video-container .card-landscape{
	margin: 0 auto;
	max-width: 1200px;
}

.video-container .card-landscape .title-header {	
	margin-top: 20px;
	text-transform: none;
	letter-spacing: 0;
}

.card-landscape .card-icon video {
  	width: 100%;
}

.card-landscape .card-icon video:focus {
    outline: none;
}

.video-container .link-button {
    width: 10rem;
    margin-top: .5rem;
}

.card-landscape .link-button {
    background-color: #2e4480;
    color: #ffffff !important;
    border-radius: 2px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
}

    .card-landscape .link-button:hover {
        background-color: #97aadc;
        text-decoration: none;
    }
